home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_014 / termcap / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  39 lines

  1. This is the first public distribution of a termcap library I had to write
  2. to get another project working several years ago, before I had access to
  3. a real unix system and was developing for a unix look-alike that didn't
  4. have a termcap library.
  5.  
  6. Now that it looks like there will be some support for using the SER:
  7. device with a terminal, talking to a CLI environment, this should aid
  8. that effort and help make programs relatively terminal independent, as
  9. in unix.
  10.  
  11. Seems like I remember there were a couple of unimplemented features, but
  12. the only one that comes immediately to mind is the feature of the real
  13. termcap library of being able to say that this entry is like another
  14. standard entry except for a few fields, or the ability to turn off
  15. specific entries.
  16.  
  17. Some special notes, for the AMIGA implementation:
  18.  
  19. 1)    On the AMIGA, looks for the environment string "TERMCAP".
  20.     If not found, looks for "etc:termcap", where the logical
  21.     device etc: is set via the "assign" command, I.E.
  22.  
  23.         assign etc: df0:etc
  24.  
  25.     so you can then put your termcap file in df0:etc/termcap
  26.     and it will be found unless TERMCAP is set to point to
  27.     somewhere else.
  28.  
  29. 2)    The Manx environment apparently supports getenv(), since
  30.     this was resolved at link time in the test program, but I 
  31.     did not have time to test this feature before release.
  32.  
  33. 3)    These objects are compiled with the Manx compiler.  I have
  34.     not, as yet, tested it with Lattice C.
  35.  
  36. Enjoy
  37.  
  38. -Fred
  39.